home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / slip_irc.zip / IRC.DOC < prev    next >
Text File  |  1995-12-14  |  8KB  |  215 lines

  1.                     IRC client for DOS version 1.01
  2.                     -------------------------------
  3.  
  4.                        by Peter R. Tattam
  5.  
  6. Here are some quick notes to get started.  It is assumed that one has used
  7. an IRC client before.  Sorry about the brevity.
  8.  
  9. 1. get a packet driver for your PC
  10.  
  11.    Packet drivers are available from the SIMTEL archive which is mirrored in
  12.    several places around the world.  The file to look for is drivers.zip.
  13.    It's usually under the directory PKTDRVR
  14.  
  15.    IRC currently works with bluebook ethernet (type 1) and SLIP (type 6).
  16.  
  17. 2. set up your network params.
  18.  
  19.    If you don't know what they are, I suggest speaking to someone who is
  20.    network literate.  It is important to get these right
  21.  
  22.    set ip=....
  23.    set netmask=....
  24.    set gateway=....
  25.    set dns=....
  26.    set domain=....
  27.  
  28.    You can also provide the net params in the command line in the
  29.    following manner.
  30.  
  31.    irc -ip=132.231.123.231 -netmask=255.255.0.0
  32.  
  33. 3. Start IRC
  34.  
  35.    IRC
  36.  
  37.    When you first start IRC, the setup screen will appear.
  38.    Fill in the following details.  Use tab to choose OK
  39.  
  40.    a) IRC Host.
  41.       an internet hostname or IP address with an optional port number.
  42.  
  43.       <hostname> [ :<port> ]     e.g. irchat.utas.edu.au:6667
  44.  
  45.    b) irc user name.
  46.  
  47.       This identifies what your real login name should be.  Using a
  48.       bogus name will make you unpopular and could result in you being
  49.       regularly kicked off IRC.
  50.  
  51.       <user-name>                e.g. michaelg
  52.  
  53.    c) E-mail address.
  54.  
  55.      Not adding your e-mail address will make you unpopular with admins and
  56.      result in you being kicked out of IRC.  This is a must!!! Same comments
  57.      apply for bogus or forged e-mail addresses.  DON'T TRY IT IF YOU VALUE
  58.      YOUR INTERNET PRIVILEGES.  I'll discontinue work on this client.
  59.  
  60.      e.g.  fred@this.host.edu
  61.  
  62.    d)  Nick name.
  63.  
  64.      Whatever you care to call yourself.  IRC limits you to 9 characters,
  65.      and some characters can't be used.  You will get an error message
  66.      should it be incorrect.  You'll get a rude message from the servers
  67.      if there is someone else with the same nick name.
  68.  
  69.  
  70. 4. Now start using IRC
  71.  
  72.    choose <Join> from the menu.
  73.  
  74.    You will be asked for a channel
  75.  
  76.    You can find out which channels are available with /list
  77.  
  78.    To leave a channel, simply choose <Alt-F3> or close the window.
  79.  
  80.    The main channel window displays messages which don't go to a specific
  81.    channel.
  82.  
  83.    Alternatively, you can choose <list> to get a sorted list of
  84.    channels and then pick the one that suits you best.  Usual GUI
  85.    commands are available now.  It's a bit slow over SLIP though.
  86.  
  87. 5. A lot of the IRC commands are available from the menus.
  88.  
  89. 6. Choose <Quit> to quit IRC.
  90.  
  91. The following is a user manual for irc.exe
  92.  
  93. I thank Russell Vincent from South Africa for this small manual.
  94.  
  95. -----------------------------------------------------------------
  96.  
  97.                   Using IRC for DOS
  98.                   -----------------
  99.  
  100.              Program:           by Peter R. Tattam
  101.  
  102.              User manual:       by Russell Vincent
  103.  
  104.  
  105.  
  106. Internet Chat Relay (IRC) is a forum for online discussion of various topics
  107. via the use of channels. A channel represents a certain discussion topic.
  108.  
  109. This IRC program provides an easy to use client to an IRC server. Some of
  110. the features are :
  111.  
  112.  1) Windows for accessing multiple channels at once.
  113.  2) Hot-Keys for certain common functions.
  114.  3) Full command compatible with all servers.
  115.  4) Optional continuous display of current channel users.
  116.  
  117. To run IRC, at the DOS prompt and in the correct directory, type IRC.
  118. If this is your first time, then a menu will appear asking for some
  119. details concerning yourself as an IRC user. A nickname is a name that
  120. you assign yourself that will be your identity to other users of IRC.
  121. If you don't know the name of your local IRC server, contact your local
  122. network administrator, or read the Usenet group alt.irc to find a list
  123. of servers that will accept your client.
  124. These parameters can be easily changed while in IRC.
  125.  
  126. IRC will then automatically connect to your server and display the server
  127. welcome message.
  128.  
  129. You are now an IRC user. If your nickname is currently in use by someone
  130. else, you will probably be told and should change it. (See below)
  131.  
  132. At this point you will probably want to see what channels are available.
  133. So, just type :
  134.                  /LIST
  135. This will give you a list of the current channels with their topics and
  136. the number of users in each. Note that channel names begin with a "#".
  137.  
  138. You can use the arrow keys and Pg-UP/Pg-Dn or the mouse to scroll back
  139. through the window.
  140.  
  141. Next you will probably want to join a group. Press F3 (Join) or type :
  142. A prompt for the name of the channel will appear. Type in the channel
  143. name, remembering to put the "#" in front.
  144. You can also type :
  145.                      /JOIN <channel>
  146.  
  147. If the channel does not exist, you will create the channel and be the
  148. only current user. If the channel exists, you will join the other users
  149. of the channel.
  150.  
  151. At this point, any line you type (not starting with a "/") will be
  152. displayed on the screens of all the other users of that channel. The
  153. users will be displayed in a box on the right hand side of the screen.
  154.  
  155. To exit from the current channel, use Alt-F3. You will be removed from
  156. th channel and the window will close.
  157.  
  158. Use Alt-X to exit from the program. This will remove you from all
  159. channels you have joined and close your connection to the IRC server.
  160.  
  161. That is it - you are now an IRC user.
  162.  
  163.  
  164.  
  165. IRC Commands
  166. ------------
  167. While in the IRC Client, you have the following hot-keys :
  168.  
  169.   Alt-X    = Exit from IRC
  170.   Alt-F    = Sub menu of
  171.              Setup     =  modify your setup settings (nickname, server, etc)
  172.              Dos shell =  Exit temporarily to DOS
  173.              eXit      =  Exit from IRC
  174.   Alt-W    = Sub menu of commands to change your window layout
  175.   Alt-J    = Join a channel - you will be prompted for the channel name
  176.   Alt-L    = List all channels - pick the one you want.
  177.   Alt-Q    = Start a Query Session to a specific nickname
  178.   Alt-S    = Special sub menu of
  179.              Nick   = change your nickname for this session only
  180.              Mode   = change the channel mode settings (channel op only)
  181.              Invite = Invite a user to your current channel
  182.              Topic  = Set the topic of your current channel
  183.              Kick   = Kick someone out of your channel (channel op only)
  184.              inVite = Create a channel as invite-only
  185.              Debug  = Set debug mode
  186.  
  187.   Alt-F3   = Close the current window - removes you from the channel
  188.                                       - quits program if you are in the server
  189.                                         window
  190.   F3       = Join a channel - you will be prompted for the channel name
  191.   F4       = Toggle the display of nicknames of current channel users
  192.   F5       = Enlarge/Reduce a window to full screen/normal size
  193.   F6       = Swap to next window - next window in the sequence comes to front.
  194.  
  195. Some common server commands
  196. ---------------------------
  197. Server commands are commands recognised by a server and allow control of
  198. most aspects of IRC. Some of the more useful and common commands are :
  199.  
  200.    /HELP               = Show a list of server's commands
  201.    /INFO               = Get some info on current server
  202.    /LIST               = List all the current channels
  203.    /WHOIS <nickname>   = Display more information on a nickname
  204.    /WHOWAS <nickname>  = Display info. on someone who was connected to
  205.                          a channel.
  206.    /WHO <nickname>     = different format to /WHOIS
  207.    /MSG <nickname>     = send a private message to a user
  208.    /IGNORE +<nickname> = Don't display any public messages from a certain
  209.                          user in a channel
  210.    /IGNORE -<nickname> = Don't display any private messages from a user
  211.    /NAMES <channel>    = Display names of users in current channel
  212.    /QUIT               = End IRC session and exit program
  213.  
  214. ------------------ End of include --------------------------
  215.